home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / MAC / diff1 < prev    next >
Text File  |  1994-07-18  |  1KB  |  58 lines

  1. *** console.h    Tue Jun 23 10:17:16 1992
  2. --- myconsole16.h    Sun Mar 20 02:21:21 1994
  3. ***************
  4. *** 1,6 ****
  5.   
  6.   /*
  7. !  *  console.h
  8.    *
  9.    *  Copyright (c) 1992 Symantec Corporation.  All rights reserved.
  10.    *
  11. --- 1,6 ----
  12.   
  13.   /*
  14. !  *  myconsole16.h
  15.    *
  16.    *  Copyright (c) 1992 Symantec Corporation.  All rights reserved.
  17.    *
  18. ***************
  19. *** 8,13 ****
  20. --- 8,14 ----
  21.   
  22.   #pragma once
  23.   
  24. + #include <MacHeaders>
  25.   #include "stdio.h"
  26.   
  27.   #ifdef __cplusplus
  28. ***************
  29. *** 29,34 ****
  30. --- 30,38 ----
  31.   #define cecho2file            __cecho2file
  32.   #define cecho2printer        __cecho2printer
  33.   #define ccommand            __ccommand
  34. + #define csetcursor          __csetcursor
  35. + #define csetup              __csetup
  36. + #define crestore            __crestore
  37.   
  38.   extern struct __copt {
  39.       short                top;
  40. ***************
  41. *** 58,64 ****
  42.   void chide(FILE *);
  43.   void cecho2file(char *, int, FILE *);
  44.   void cecho2printer(FILE *);
  45.   int ccommand(char ***);
  46.   
  47.   #ifdef __cplusplus
  48.   }
  49. --- 62,69 ----
  50.   void chide(FILE *);
  51.   void cecho2file(char *, int, FILE *);
  52.   void cecho2printer(FILE *);
  53.   int  ccommand(char ***);
  54. ! int  csetcursor(int);
  55.   
  56.   #ifdef __cplusplus
  57.   }
  58.